home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / doc / cron / README.Debian < prev    next >
Text File  |  2008-09-09  |  1KB  |  35 lines

  1. cron for DEBIAN
  2. ----------------------
  3.  
  4. This is the Debian GNU/Linux prepackaged version of Paul Vixie's cron
  5. subsystem.
  6.  
  7. This package was put together by Ian Jackson <iwj10@cus.cam.ac.uk>,
  8. from the standard sources to 3.0pl1, as posted to comp.sources.unix.
  9. Ian obtained them from
  10. src.doc.ic.ac.uk:/usenet/comp.sources.unix/volume27/vixie-cron.
  11.  
  12. The changes are essentially the configuration for Debian Linux in the
  13. Makefile and pathnames.h, and the addition of support for the Debian
  14. package maintenance scheme in the form of various files (now in the
  15. debian directory).
  16.  
  17. File locations that are different than that indicated in 
  18. the cron distributions README:
  19.  
  20. user crontabs: /var/spool/cron/crontabs/*
  21. log file:      /var/log/cron.log
  22. allow file:    /etc/cron.allow
  23. deny file:     /etc/cron.deny
  24.  
  25. Note that the location of the log file can be changed via syslog.conf.
  26.  
  27. 1998: Added reading of crontab fragments from /etc/cron.d to support
  28. other Debian package cron requirements. Files follow /etc/crontab
  29. format (i.e. with user field), must meet run-parts(8) naming
  30. convention (alphanumeric, underscore, hyphen only).
  31.  
  32. This package is now maintained by Steve Greenland
  33. <stevegr@master.debian.org>.
  34.  
  35.